#create-account .create-account__input {
    height: 50px;
    width: 100%;
    font-size: 18px;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: none;
    font-family: "PT Sans Caption";
    font-weight: 100;
}
#create-account .create-account__input::placeholder {
    font-size: 18px;
    font-family: "PT Sans Caption";
    font-weight: 100;
}
#create-account .create-account_required {
    color: red;
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    padding-left: 0;
    font-weight: 100;
    font-family: Verdana;
}
#create-account {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
#create-account .form-group {
    text-align: left;
}
body #create-account label {
    font-size: 18px;
    font-family: "PT Sans Caption";
    font-weight: 100;
    color: #333333;
}
.text-danger.help-block ul li {
    font-weight: 100;
}


.title-create-account {
    font-size: 22px;
    margin-bottom: 25px;
    font-family: "PT Sans Caption";
}
.card-body {
    padding: 2rem;
    width: 440px;
    background-color: #fff;
    margin: 0 auto;
    background-color: #f8f9fa;
    position: relative;
}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}
.btn-block {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 0;
    margin-top: 30px;
}
#create-account .form-group:last-child {
    margin-bottom: 0;
}
.registration {
    padding-bottom: 50px;
}
.btn-block:hover {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5;
}
.btn-block:disabled:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
@media screen and (max-width: 576px) {
    .card-body {
        width: 100%;
    }
}
.text-danger.help-block ul{
    list-style: none;
    padding-left: 10px;
}
.text-danger.help-block {
    color: red;
    transition: all 0.3s ease;
}
#create-account.error input[aria-invalid="true"] {
    border-color: red;
}
.block-overlay, .block-text-success, .block-text-error {
    position: absolute;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9;
}
.block-text-success, .block-text-error {
    background-color: rgba(255, 255, 255, 1);
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.block-text-success p, .block-text-error p {
    font-size: 23px;
    text-align: center;
    font-family: "PT Sans Caption";
    margin: 0;
}
.block-overlay #star{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
/*
     FILE ARCHIVED ON 20:35:58 Mar 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:36:42 Jun 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.626
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.009
  esindex: 0.013
  cdx.remote: 8.891
  LoadShardBlock: 447.941 (3)
  PetaboxLoader3.datanode: 170.731 (4)
  PetaboxLoader3.resolve: 332.148 (2)
  load_resource: 64.415
*/